home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / battclock_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  297b  |  17 lines

  1. #ifndef _LVO_BATTCLOCK_LIB_H
  2. #define _LVO_BATTCLOCK_LIB_H
  3.  
  4. /*
  5.  *  $VER: battclock_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_ResetBattClock    (-0x6)
  11. #define    LVO_ReadBattClock    (-0xC)
  12. #define    LVO_WriteBattClock    (-0x12)
  13. #define    LVO_battclockPrivate1    (-0x18)
  14. #define    LVO_battclockPrivate2    (-0x1E)
  15.  
  16. #endif
  17.